home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Micro Dingo 39
/
Micro_Dingo_39_CD1.mdx
/
Delires
/
Hentai
/
sim.swf
/
scripts
/
DefineButton2_1209
/
BUTTONCONDACTION on(release).as
Wrap
Text File
|
2002-05-21
|
143b
|
12 lines
on(release){
luck = random(100);
if(luck >= 10)
{
gotoAndStop(20);
}
else
{
gotoAndStop(3287);
}
}